From: Michael Albinus Date: Sun, 11 May 2025 12:25:32 +0000 (+0200) Subject: * lisp/autorevert.el (auto-revert-remote-files): Adapt docstring. X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~92 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=eaf01d034c0c20f5dc205331de22761016887707;p=emacs.git * lisp/autorevert.el (auto-revert-remote-files): Adapt docstring. --- diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 4e05bc6818d..38917c97527 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -274,7 +274,7 @@ it should return non-nil to make Global Auto-Revert Mode not revert this buffer.") (defcustom auto-revert-remote-files nil - "If non-nil remote files are also reverted." + "If nil remote files are not reverted in Auto Revert modes." :group 'auto-revert :type 'boolean :version "24.4")